home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 3687 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: photon.bli.uci.edu!pho
  2. From: pho@photon.bli.uci.edu (Peter Ho)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Cardinal 28.8 firmware V1.4 speaker-off "feature"
  5. Date: 2 Feb 1996 10:41:14 GMT
  6. Organization: University of California, Irvine
  7. Message-ID: <4espoa$51d@news.service.uci.edu>
  8. References: <tcc-0102961258540001@tcc.dh.i-2000.com>
  9. NNTP-Posting-Host: photon.bli.uci.edu
  10.  
  11. In article <tcc-0102961258540001@tcc.dh.i-2000.com>,
  12. Steve Taylor <tcc@i-2000.com> wrote:
  13. >Does anyone know if the Cardinal 28.8 external firmware V1.4 speaker-off
  14. >"feature" that occurs with Win95 also occurs outside of Win95?  Can you
  15. >never hear your speaker after installing V1.4 regardless of whether you're
  16. >using Windows or not?
  17.  
  18. There's a quirk with the v1.4 firmware where the speaker gets muted after 
  19. it hits the ";" command in an AT command string.  So, if you dial a 
  20. number like Windows 95 does, for example:
  21.  
  22. AT;D;T;5551212;
  23.  
  24. The speaker will get muted after it hits the first ";" after "AT".  The 
  25. modem will dial the number, but you won't be able to hear it on the 
  26. speaker.  To avoid this quirk you want to leave out the ";" command or
  27. place the number to be dialed before any ";" command in an AT command 
  28. string.  For example:
  29.  
  30. ATDT5551212      works normally
  31. ATDT5551212;     works normally
  32.  
  33. Now, the good news.  I spent about 15 mins. looking into this and found
  34. a fix for Windows 95.  Look for a file named MDMROCK.INI in
  35. C:\WINDOWS\INF.  First, make a backup of this file.  Then, load this file 
  36. into a text editor and do a search for
  37.  
  38. ";" (parenthesis included)
  39.  
  40. and replace it with
  41.  
  42. ""
  43.  
  44. The original line should be changed from
  45.  
  46. HKR, Settings, DialSuffix,, ";"
  47.  
  48. to
  49.  
  50. HKR, Settings, DialSuffix,, ""
  51.  
  52. This works for me.  Drop me an email if it works for you.
  53.  
  54.